home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Graphics / Twilight Staque / Twilight Staque / card_2842.txt < prev    next >
Text File  |  1990-12-17  |  3KB  |  122 lines

  1. -- card: 2842 from stack: in
  2. -- bmap block id: 3379
  3. -- flags: 0000
  4. -- background id: 2799
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closecard
  8.   hide card button "Done"
  9.   hide card field "message"
  10. end closecard
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 2000
  17. -- rect: left=0 top=286 right=342 bottom=189
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: 
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   lock screen
  29.   go to card "quit"
  30.   unlock screen with dissolve
  31.   visual effect dissolve slowly
  32.   go home
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 2 (button)
  38. -- low flags: 00
  39. -- high flags: 2000
  40. -- rect: left=287 top=287 right=342 bottom=511
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: 
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   visual effect dissolve
  52.   go card "Continue"
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part 4 (button)
  58. -- low flags: 00
  59. -- high flags: A003
  60. -- rect: left=210 top=242 right=264 bottom=300
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: Disclaimer
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   play "dkcasmus" tempo 100 a3q g3q c4q d4e g4e e4q d4e g4e e4q c4q d4q a3q g3q
  72.   lock screen
  73.   show card field "message"
  74.   show card button "Done"
  75.   unlock screen with barn door open
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 5 (field)
  81. -- low flags: 81
  82. -- high flags: 0004
  83. -- rect: left=31 top=91 right=274 bottom=485
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Message
  92.  
  93.  
  94. -- part 6 (button)
  95. -- low flags: 80
  96. -- high flags: A003
  97. -- rect: left=210 top=242 right=264 bottom=300
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: Done
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   lock screen
  109.   hide card field "message"
  110.   hide card button "Done"
  111.   unlock screen with barn door close
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part contents for card part 5
  117. ----- text -----
  118.  
  119. The characters and situations portrayed in this stack are mostly fictitious.  Any resemblence to an actual person, living or dead, is probably coincidental.  All of the characters were entirely cooked up out of the depths of our rather contorted and warped minds.  If you do notice a striking similarity between any of these participants in the story and a real life person, please let us know and we will rectify the story character or rectify the real life person, at our own discretion.
  120.  
  121.  
  122.